Application Cache Domain
ApplicationCacheDomain represents ApplicationCache protocol domain request/response operations and events that can be captured.
This API is marked as experimental in protocol definition and can change in the future.
Functions
applicationCacheStatusUpdated
Link copied to clipboard
fun applicationCacheStatusUpdated(): Flowable<ApplicationCacheStatusUpdatedEvent>
Content copied to clipboard
description
Link copied to clipboard
enable
Link copied to clipboard
events
Link copied to clipboard
getApplicationCacheForFrame
Link copied to clipboard
fun getApplicationCacheForFrame(input: GetApplicationCacheForFrameRequest): Single<GetApplicationCacheForFrameResponse>
Content copied to clipboard
getDependencies
Link copied to clipboard
getFramesWithManifests
Link copied to clipboard
getManifestForFrame
Link copied to clipboard
fun getManifestForFrame(input: GetManifestForFrameRequest): Single<GetManifestForFrameResponse>
Content copied to clipboard
networkStateUpdated
Link copied to clipboard
Sources
jvm source
Link copied to clipboard